# pstringrem make script
# Marc Wolfgram  07Aug92

pstringrem: pstring.d pstring.r
    cp -c pstring.d pstringrem
    cp -r pstring.r pstringrem
    filetype pstringrem 188 16390
    cp -c pstringrem ..:shl:foundation.edit

pstring.d: o:rem.root o:pstring.a
    link o:rem o:pstring keep=pstring.d

o:rem.root: remheader.asm
    assemble remheader.asm keep=o:rem

o:pstring.a: pstring.c
    compile +W pstring.c keep=o:pstring
